home *** CD-ROM | disk | FTP | other *** search
/ Know Your Common Bird Songs / Know Your Common Bird Songs.iso / images / scripts / cbsintro.tut < prev    next >
Encoding:
Text File  |  1994-11-15  |  5.6 KB  |  217 lines

  1. cbsintro
  2. (Script new
  3.     add: (ScriptStep new
  4.         delay: 1.0;
  5.         mousePointAt: 640 @ 480;
  6.         fullScreen: 'scripts\narrate\intro1.bmp;;ClrBlack';
  7.         playSound: 'scripts\cbsintro\introa.wav';
  8.         waitForMci;
  9.         delay: 2;
  10.         yourself);
  11.     add: (ScriptStep new
  12.         fullScreen: 'amro\128411b.bmp;;ClrBlack';
  13.         playSound: 'scripts\cbsintro\intro01.wav';
  14.         waitForMci;
  15.         yourself);
  16.     add: (ScriptStep new
  17.         fullScreen: 'eame\153983b.bmp;;ClrBlack';
  18.         playSound: 'scripts\cbsintro\intro02.wav';
  19.         waitForMci;
  20.         yourself);
  21.     add: (ScriptStep new
  22.         fullScreen: 'amre\155579b.bmp;;ClrBlack';
  23.         playSound: 'scripts\cbsintro\intro03.wav';
  24.         waitForMci;
  25.         yourself);
  26.     add: (ScriptStep new
  27.         fullScreen: 'coye\151997b.bmp;;ClrBlack';
  28.         playSound: 'scripts\cbsintro\intro04.wav';
  29.         waitForMci;
  30.         yourself);
  31.     add: (ScriptStep new
  32.         fullScreen: 'scripts\narrate\091759b.bmp;;ClrBlack';
  33.         playSound: 'scripts\cbsintro\intro05.wav';
  34.         waitForMci;
  35.         yourself);
  36.     add: (ScriptStep new
  37.         fullScreen: 'coye\153941b.bmp;;ClrBlack';
  38.         playSound: 'scripts\cbsintro\intro06.wav';
  39.         waitForMci;
  40.         playSound: 'coye\coye01.wav';
  41.         waitForMci;
  42.  
  43.         yourself);
  44.     add: (ScriptStep new
  45.         fullScreen: 'scripts\narrate\wtspimm.bmp;;ClrBlack';
  46.         playSound: 'scripts\cbsintro\intro07.wav';
  47.         waitForMci;
  48.         playSound: 'scripts\cbsintro\wtspimm.wav';
  49.         waitForMci;
  50.  
  51.         yourself);
  52.     add: (ScriptStep new
  53.         fullScreen: 'scripts\narrate\wtspmat.bmp;;ClrBlack';
  54.         playSound: 'scripts\cbsintro\intro08.wav';
  55.         waitForMci;
  56.         playSound: 'scripts\cbsintro\wtspmat.wav';
  57.         waitForMci;
  58.  
  59.         yourself);
  60.  
  61.  
  62.     add: (ScriptStep new
  63.         fullScreen: 'baro\091719b.bmp;;ClrBlack';
  64.         playSound: 'scripts\cbsintro\intro09.wav';
  65.         waitForMci;
  66.         yourself);
  67.  
  68.     add: (ScriptStep new
  69.         fullScreen: 'scripts\narrate\091719s.bmp;;ClrBlack';
  70.         playSound: 'baro\baro01.wav';
  71.         waitForMci;
  72.         yourself);
  73.  
  74.     add: (ScriptStep new
  75.         fullScreen: 'habitat\whseac\135618b.bmp;;ClrBlack';
  76.         playSound: 'scripts\cbsintro\intro11.wav';
  77.         waitForMci;
  78.         yourself);
  79.     add: (ScriptStep new
  80.         fullScreen: 'wtsp\140639b.bmp;;ClrBlack';
  81.         playSound: 'scripts\cbsintro\intro12.wav';
  82.         waitForMci;
  83.         playSound: 'wtsp\wtsp03.wav';
  84.         waitForMci;
  85.         yourself);
  86.     add: (ScriptStep new
  87.         fullScreen: 'sosp\153946b.bmp;;ClrBlack';
  88.         playSound: 'scripts\cbsintro\intro13.wav';
  89.         waitForMci;
  90.         playSound: 'sosp\sosp01.wav';
  91.         waitForMci;
  92.         yourself);
  93.     add: (ScriptStep new
  94.         fullScreen: 'nomo\140605b.bmp;;ClrBlack';
  95.         playSound: 'scripts\cbsintro\intro14.wav';
  96.         waitForMci;
  97.         playSound: 'nomo\nomo01.wav';
  98.         waitForMci;
  99.         yourself);
  100.     add: (ScriptStep new
  101.         fullScreen: 'scripts\narrate\music256.bmp;;ClrBlack';
  102.         playSound: 'scripts\cbsintro\intro15.wav';
  103.         waitForMci;
  104.         yourself);
  105.     add: (ScriptStep new
  106.         fullScreen: 'scripts\narrate\musicexp.bmp;;ClrBlack';
  107.         playSound: 'scripts\cbsintro\intro16.wav';
  108.         waitForMci;
  109.         yourself);
  110.     add: (ScriptStep new
  111.         fullScreen: 'kill\153953b.bmp;;ClrBlack';
  112.         playSound: 'scripts\cbsintro\intro17.wav';
  113.         waitForMci;
  114.         playSound: 'scripts\cbstype\kill01s.wav';
  115.         waitForMci;
  116.         yourself);
  117.     add: (ScriptStep new
  118.         fullScreen: 'osfl\153987b.bmp;;ClrBlack';
  119.         playSound: 'scripts\cbsintro\intro18.wav';
  120.         waitForMci;
  121.         playSound: 'osfl\osfl01.wav';
  122.         waitForMci;
  123.         yourself);
  124.     add: (ScriptStep new
  125.         fullScreen: 'rbgu\155543b.bmp;;ClrBlack';
  126.         playSound: 'scripts\cbsintro\intro19.wav';
  127.         waitForMci;
  128.         playSound: 'rbgu\rbgu01.wav';
  129.         waitForMci;
  130.         yourself);
  131.     add: (ScriptStep new
  132.         fullScreen: 'cora\153990b.bmp;;ClrBlack';
  133.         playSound: 'scripts\cbsintro\intro20.wav';
  134.         waitForMci;
  135.         playSound: 'cora\cora01.wav';
  136.         waitForMci;
  137.         yourself);
  138.     add: (ScriptStep new
  139.         fullScreen: 'scripts\narrate\chor256.bmp;;ClrBlack';
  140.         playSound: 'scripts\cbsintro\intro21.wav';
  141.         waitForMci;
  142.         yourself);
  143.     add: (ScriptStep new
  144.         playSound: 'chorus\chestu1.wav';
  145.         waitForMci;
  146.         yourself);
  147.     add: (ScriptStep new
  148.         playSound: 'scripts\cbsintro\intro22.wav';
  149.         waitForMci;
  150.         yourself);
  151.     add: (ScriptStep new
  152.         fullScreen: 'spsa\spsampb.bmp;;ClrBlack';
  153.         playSound: 'scripts\cbsintro\intro23.wav';
  154.         waitForMci;
  155.         yourself);
  156.     add: (ScriptStep new
  157.         playSound: 'scripts\cbsintro\intro24.wav';
  158.         waitForMci;
  159.         playSoloAvi: 'spsa\spsa01.avi' w: 240 h: 180 bmp: 'scripts\narrate\songw1.bmp';
  160.         waitForMci;
  161.         yourself);
  162.     add: (ScriptStep new
  163.         fullScreen: 'habitat\whestu\135611b.bmp;;ClrBlack';
  164.         playSound: 'scripts\cbsintro\intro25.wav';
  165.         waitForMci;
  166.         yourself);
  167.     add: (ScriptStep new
  168.         fullScreen: 'sosp\140611b.bmp;;ClrBlack';
  169.         playSound: 'scripts\cbsintro\intro26.wav';
  170.         waitForMci;
  171.         playSound: 'sosp\sosp01.wav';
  172.         waitForMci;
  173.         yourself);
  174.     add: (ScriptStep new
  175.         fullScreen: 'scripts\narrate\musicinc.bmp;;ClrBlack';
  176.         playSound: 'scripts\cbsintro\intro27.wav';
  177.         waitForMci;
  178.         yourself);
  179.     add: (ScriptStep new
  180.         fullScreen: 'scripts\narrate\musicsub.bmp;;ClrBlack';
  181.         playSound: 'scripts\cbsintro\intro28.wav';
  182.         waitForMci;
  183.         yourself);
  184.     add: (ScriptStep new
  185.         fullScreen: 'scripts\narrate\chor256.bmp;;ClrBlack';
  186.         playSound: 'scripts\cbsintro\intro29.wav';
  187.         waitForMci;
  188.         yourself);
  189.     add: (ScriptStep new
  190.         fullScreen: 'scripts\narrate\musicwil.bmp;;ClrBlack';
  191.         playSound: 'scripts\cbsintro\intro30.wav';
  192.         waitForMci;
  193.         delay: 2;
  194.         yourself);
  195.  
  196.     add: (ScriptStep new
  197.         fullScreen: 'amro\128411b.bmp;;ClrBlack';
  198.         yourself);
  199.  
  200.     add: (ScriptStep new
  201.         delay: 1.0;
  202.         mousePointAt: 640 @ 480;
  203.         fullScreen: 'scripts\narrate\128411e.bmp;;ClrBlack';
  204.         yourself);
  205.  
  206.  
  207.     add: (ScriptStep new
  208.         playSound: 'scripts\cbsintro\intend.wav';
  209.         waitForMci;
  210.         delay: 1;
  211.         yourself);
  212.  
  213.  
  214.  
  215.     yourself)
  216.  
  217.